|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IndexService | |
|---|---|
| org.neo4j.index.impl | |
| org.neo4j.index.lucene | An indexing implementation using Apache Lucene as backend. |
| Uses of IndexService in org.neo4j.index.impl |
|---|
| Classes in org.neo4j.index.impl that implement IndexService | |
|---|---|
class |
org.neo4j.index.impl.GenericIndexService
|
| Uses of IndexService in org.neo4j.index.lucene |
|---|
| Classes in org.neo4j.index.lucene that implement IndexService | |
|---|---|
class |
LuceneFulltextIndexService
A LuceneIndexService which indexes the values with fulltext indexing. |
class |
LuceneFulltextQueryIndexService
A LuceneFulltextIndexService which treats the value in
LuceneFulltextQueryIndexService.getNodes(String, Object) as a Lucene query, given in the
Lucene query syntax. |
class |
LuceneIndexService
An implementation of IndexService which uses Lucene as backend. |
class |
LuceneReadOnlyIndexService
A version of LuceneIndexService which is read-only and will throw
ReadOnlyIndexException in
index(Node, String, Object) and
removeIndex(Node, String, Object). |
| Methods in org.neo4j.index.lucene that return IndexService | |
|---|---|
IndexService |
LuceneIndexBatchInserterImpl.getIndexService()
|
IndexService |
LuceneIndexBatchInserter.getIndexService()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||